The options used for CMake
The build config. Defaults to "release"
The compiler to use. If CC and CXX environment variables are not specified, it defaults to clang
The generator to use. Defaults to "Ninja"
See Implementation
The options used for CMake